home *** CD-ROM | disk | FTP | other *** search
/ Risc OS Programmer's Reference Manuals / Risc OS Programmer's Reference Manuals.iso / HTML / OVERVIEWS / OVERVIEW-C.IDX < prev    next >
Encoding:
Text File  |  2000-02-01  |  21.3 KB  |  722 lines

  1. >INTRO.HTML Acorn C/C++: Chapter 1: Introduction
  2. >CCANDCPP.HTML Acorn C/C++: Chapter 2: CC and C++
  3. >CMHG.HTML Acorn C/C++: Chapter 3: CMHG
  4. >TOANSI.HTML Acorn C/C++: Chapter 4: ToANSI
  5. >TOPCC.HTML Acorn C/C++: Chapter 5: ToPCC
  6. >CIMPL.HTML Acorn C/C++: Chapter 6: C implementation details
  7. >CLIB.HTML Acorn C/C++: Chapter 7: The C library
  8. >ANSILIB.HTML Acorn C/C++: Chapter 8: The ANSI library
  9. >EVENTLIB.HTML Acorn C/C++: Chapter 9: The Event library
  10. >WIMPLIB.HTML Acorn C/C++: Chapter 10: The Wimp library
  11. >TBOXLIB.HTML Acorn C/C++: Chapter 11: The Toolbox library
  12. >RENDLIB.HTML Acorn C/C++: Chapter 12: The Render library
  13. >CPPIMPL.HTML Acorn C/C++: Chapter 13: C++ implementation details
  14. >STRMLIB.HTML Acorn C/C++: Chapter 14: The Streams library
  15. >CMATHLIB.HTML Acorn C/C++: Chapter 15: The Complex Math library
  16. >PORTABLE.HTML Acorn C/C++: Chapter 16: Portability
  17. >CPASM.HTML Acorn C/C++: Chapter 17: Assembly language interface
  18. >WRITERM.HTML Acorn C/C++: Chapter 18: How to write relocatable modules in C
  19. >OVERLAYS.HTML Acorn C/C++: Chapter 19: Overlays
  20. >NEWFEATS.HTML Acorn C/C++: Appendix A: Changes to the C compiler
  21. >CERRORS.HTML Acorn C/C++: Appendix B: C errors and warnings
  22. >CPPERROR.HTML Acorn C/C++: Appendix C: C++ errors and warnings
  23. :INTRO.HTML Acorn C/C++: Chapter 1: Introduction
  24. 1 11652 Introduction
  25. 4 idx-236 Installation of Acorn Desktop C
  26. 4 idx-237 The C compiler
  27. 4 idx-238 The C++ translator
  28. 4 idx-239 This user guide
  29. 5 idx-240 Part 1 - Using the C tools
  30. 5 idx-241 Part 2 - C language issues
  31. 5 idx-242 Part 3 - C++ language issues
  32. 5 idx-243 Part 4 - Developing software for RISC OS
  33. 5 idx-244 Part 5 - Appendixes
  34. 5 marker-804146 Conventions used
  35. 4 marker-804166 Useful references
  36. 5 idx-245 C programming
  37. 5 idx-246 C++ Programming
  38. 5 idx-247 RISC OS
  39. 5 marker-804176 The ANSI C standard
  40. 5 idx-248 The ANSI C++ standard
  41. :CCANDCPP.HTML Acorn C/C++: Chapter 2: CC and C++
  42. 1 marker-811764 CC and C++
  43. 4 idx-41 The underlying programs
  44. 5 idx-42 How the tools use them
  45. 5 marker-811786 A note about Make
  46. 4 idx-43 Getting started with CC and C++
  47. 4 marker-811845 Libraries
  48. 5 idx-44 C libraries
  49. 5 idx-45 C++ libraries
  50. 4 31137 File naming and placing conventions
  51. 5 marker-811864 Work directory
  52. 5 idx-46 Filename conventions
  53. 6 marker-811880 Rooted filenames
  54. 6 marker-811883 Source files
  55. 6 marker-811885 Include files 
  56. 6 marker-811896 Object files
  57. 6 idx-47 Program files
  58. 6 idx-48 Compilation list files
  59. 6 idx-49 Assembly list files
  60. 6 idx-50 Filename validity
  61. 4 marker-811940 Include file searching
  62. 5 idx-51 Reference section
  63. 6 24087 Search path
  64. 6 marker-812015 Nested includes
  65. 6 marker-812035 Use of :mem
  66. 6 marker-812036 Use of C$Libroot
  67. 4 marker-812045 The SetUp dialogue box
  68. 5 marker-812060 Source
  69. 5 marker-812070 Include
  70. 5 marker-812078 Compile only
  71. 5 marker-812081 Preprocess only
  72. 5 marker-812089 Debug
  73. 5 marker-812095 Throwback
  74. 4 marker-812101 The SetUp menu
  75. 5 idx-52 The command line
  76. 5 marker-812138 Controlling the preprocessor
  77. 6 marker-812145 Default path
  78. 6 marker-812147 Keep comments
  79. 6 marker-812154 Define
  80. 6 marker-812158 Undefine
  81. 5 idx-53 Controlling code generation
  82. 6 marker-812238 Debug options
  83. 6 marker-812240 Profile
  84. 6 marker-812260 Assembler
  85. 6 marker-812262 Module code
  86. 5 idx-54 Controlling the linker
  87. 6 marker-812265 Libraries
  88. 5 marker-812268 Using the Features menu option
  89. 6 56841 Features
  90. 5 idx-55 Handling warnings and errors
  91. 6 marker-812298 Suppress warnings
  92. 6 marker-812305 Suppress errors
  93. 6 marker-812307 UNIX pcc
  94. 6 marker-812309 Errors to file
  95. 5 idx-56 Listings
  96. 6 marker-812311 Listing
  97. 5 idx-57 Choosing your work directory
  98. 6 marker-812316 Work directory
  99. 5 43662 Specifying other command line options
  100. 6 marker-812318 Others
  101. 4 idx-58 Output messages
  102. 4 marker-812331 The icon bar menu
  103. 4 marker-812483 Command lines
  104. 5 idx-59 Keyword options
  105. 5 marker-812374 Preprocessor options
  106. 5 77881 Translator options
  107. 5 idx-60 Code generation options
  108. 5 idx-61 Linker options
  109. 5 idx-62 Warning and error message options
  110. 5 idx-63 Additional feature options
  111. 4 marker-812388 Worked examples
  112. 5 marker-812385 CHello
  113. 5 marker-812387 C++Hello
  114. 5 marker-812394 Sieve
  115. 5 marker-812395 Dhrystone 2.1
  116. 5 marker-812396 CModule
  117. 5 idx-64 Desktop application examples
  118. :CMHG.HTML Acorn C/C++: Chapter 3: CMHG
  119. 1 marker-803773 CMHG
  120. 5 idx-220 A note about Make
  121. 4 idx-221 Starting CMHG
  122. 4 marker-803788 The icon bar menu
  123. 4 idx-222 Example output
  124. 4 marker-803792 Command line interface
  125. :TOANSI.HTML Acorn C/C++: Chapter 4: ToANSI
  126. 1 marker-803963 ToANSI
  127. 4 78962 ToANSI C translation
  128. 5 marker-803973 A note about Make
  129. 4 idx-343 Starting ToANSI
  130. 4 marker-803978 The icon bar menu 
  131. 4 marker-803979 Example output
  132. 4 marker-803980 Command line interface
  133. :TOPCC.HTML Acorn C/C++: Chapter 5: ToPCC
  134. 1 marker-804139 ToPCC
  135. 4 83413 ToPCC C translation
  136. 5 marker-804118 A note about Make
  137. 4 idx-344 Starting ToPCC
  138. 4 marker-804132 The icon bar menu
  139. 4 marker-804133 Example output
  140. 4 marker-804134 Command line interface
  141. :CIMPL.HTML Acorn C/C++: Chapter 6: C implementation details
  142. 1 73093 C implementation details
  143. 2 50744 Implementation details
  144. 4 idx-72 Identifiers
  145. 4 marker-806521 Data elements
  146. 6 marker-806527 Limits: limits.h and float.h
  147. 4 marker-806542 Structured data types
  148. 4 marker-806555 Pointers
  149. 5 idx-73 Pointer subtraction
  150. 4 marker-806560 Arithmetic operations
  151. 4 marker-806575 Expression evaluation
  152. 4 marker-806603 Implementation limits
  153. 2 95400 Standard implementation definition
  154. 4 idx-74 Translation (A.6.3.1)
  155. 4 28444 Environment (A.6.3.2)
  156. 4 marker-806640 Identifiers (A.6.3.3)
  157. 4 marker-806647 Characters (A.6.3.4)
  158. 4 marker-806664 Integers (A.6.3.5)
  159. 4 marker-806677 Floating point (A.6.3.6)
  160. 4 marker-806685 Arrays and pointers (A.6.3.7)
  161. 4 40778 Registers (A.6.3.8)
  162. 4 idx-75 Structures, unions, enumerations and bitfields (A.6.3.9)
  163. 4 idx-76 Qualifiers (A.6.3.10)
  164. 4 marker-806708 Declarators (A.6.3.11)
  165. 4 idx-77 Statements (A.6.3.12)
  166. 4 idx-78 Preprocessing directives (A.6.3.13)
  167. 4 idx-79 Library functions (A.6.3.14)
  168. 2 21475 Extra features
  169. 4 65896 #pragma directives
  170. 5 marker-806797 Pragmas controlling the preprocessor
  171. 5 idx-80 Pragmas controlling printf/scanf argument checking
  172. 5 marker-806801 Pragmas controlling optimisation
  173. 5 idx-81 Pragmas controlling code generation
  174. 6 marker-806811 Stack limit checking
  175. 6 idx-82 Memory access checking
  176. 6 marker-806812 Global (program-wide) register variables
  177. 4 marker-806820 Special function declaration keywords
  178. 5 marker-806827 __value_in_regs
  179. 5 marker-806829 __pure
  180. 4 marker-806826 Special variable declaration keywords
  181. 5 marker-806830 __global_reg(n)
  182. 5 marker-806831 __global_freg(n)
  183. :CLIB.HTML Acorn C/C++: Chapter 7: The C library
  184. 1 marker-804941 The C library
  185. 2 marker-803045 assert.h
  186. 2 marker-803051 ctype.h
  187. 2 marker-804960 errno.h
  188. 4 marker-803085 EDOM
  189. 4 marker-803089 ERANGE
  190. 4 marker-803093 ESIGNUM
  191. 2 marker-803097 float.h
  192. 2 marker-803103 limits.h
  193. 2 marker-803123 locale.h
  194. 4 idx-83 setlocale
  195. 4 idx-84 lconv
  196. 2 marker-803141 math.h
  197. 2 marker-805025 setjmp.h
  198. 4 idx-85 setjmp
  199. 4 idx-86 longjmp
  200. 2 marker-805050 signal.h
  201. 4 idx-87 raise
  202. 2 marker-805063 stdarg.h
  203. 4 idx-88 va_list
  204. 4 idx-89 va_start
  205. 4 idx-90 va_arg
  206. 4 idx-91 va_end
  207. 2 marker-805068 stddef.h
  208. 2 marker-805098 stdio.h
  209. 4 idx-92 remove
  210. 4 idx-93 rename
  211. 4 idx-94 tmpfile
  212. 4 idx-95 tmpnam
  213. 4 idx-96 fclose
  214. 4 idx-97 fflush
  215. 4 idx-98 fopen
  216. 4 idx-99 freopen
  217. 4 idx-100 setbuf
  218. 4 idx-101 setvbuf
  219. 4 idx-102 fprintf
  220. 4 idx-103 printf
  221. 4 idx-104 sprintf
  222. 4 idx-105 fscanf
  223. 4 idx-106 scanf
  224. 4 idx-107 sscanf
  225. 4 idx-108 vprintf
  226. 4 idx-109 vfprintf
  227. 4 idx-110 vsprintf
  228. 4 idx-111 fgetc
  229. 4 idx-112 fgets
  230. 4 idx-113 fputc
  231. 4 idx-114 fputs
  232. 4 idx-115 getc
  233. 4 idx-116 getchar
  234. 4 idx-117 gets
  235. 4 idx-118 putc
  236. 4 idx-119 putchar
  237. 4 idx-120 puts
  238. 4 idx-121 ungetc
  239. 4 idx-122 fread
  240. 4 idx-123 fwrite
  241. 4 idx-124 fgetpos
  242. 4 idx-125 fseek
  243. 4 idx-126 fsetpos
  244. 4 idx-127 ftell
  245. 4 idx-128 rewind
  246. 4 idx-129 clearerr
  247. 4 idx-130 feof
  248. 4 idx-131 ferror
  249. 4 idx-132 perror
  250. 2 marker-803534 stdlib.h
  251. 4 idx-133 atof
  252. 4 idx-134 atoi
  253. 4 idx-135 atol
  254. 4 idx-136 strtod
  255. 4 idx-137 strtol
  256. 4 idx-138 strtoul
  257. 4 idx-139 rand
  258. 4 idx-140 srand
  259. 4 idx-141 calloc
  260. 4 idx-142 free
  261. 4 idx-143 malloc
  262. 4 idx-144 realloc
  263. 4 idx-145 abort
  264. 4 idx-146 atexit
  265. 4 idx-147 exit
  266. 4 idx-148 getenv
  267. 4 idx-149 system
  268. 4 idx-150 bsearch
  269. 4 idx-151 qsort
  270. 4 idx-152 abs
  271. 4 idx-153 div
  272. 4 idx-154 labs
  273. 4 idx-155 ldiv
  274. 5 idx-156 Multibyte character functions
  275. 4 idx-157 mblen
  276. 4 idx-158 mbtowc
  277. 4 idx-159 wctomb
  278. 5 idx-160 Multibyte string functions
  279. 4 idx-161 mbstowcs
  280. 4 idx-162 wcstombs
  281. 2 marker-805451 string.h
  282. 4 idx-163 memcpy
  283. 4 idx-164 memmove
  284. 4 idx-165 strcpy
  285. 4 idx-166 strncpy
  286. 4 idx-167 strcat
  287. 4 idx-168 strncat
  288. 4 idx-169 memcmp
  289. 4 idx-170 strcmp
  290. 4 idx-171 strncmp
  291. 4 idx-172 strcoll
  292. 4 idx-173 strxfrm
  293. 4 idx-174 memchr
  294. 4 idx-175 strchr
  295. 4 idx-176 strcspn
  296. 4 idx-177 strpbrk
  297. 4 idx-178 strrchr
  298. 4 idx-179 strspn
  299. 4 idx-180 strstr
  300. 4 idx-181 strtok
  301. 4 idx-182 memset
  302. 4 idx-183 strerror
  303. 4 idx-184 strlen
  304. 2 marker-805609 time.h
  305. 4 idx-185 struct tm
  306. 4 idx-186 clock
  307. 4 idx-187 difftime
  308. 4 idx-188 mktime
  309. 4 idx-189 time
  310. 4 idx-190 asctime
  311. 4 idx-191 ctime
  312. 4 idx-192 gmtime
  313. 4 idx-193 localtime
  314. 4 idx-194 strftime
  315. :ANSILIB.HTML Acorn C/C++: Chapter 8: The ANSI library
  316. 1 marker-803190 The ANSI library
  317. 2 idx-0 Extra functions
  318. 5 idx-1 __heap_checking_on_all_allocates / __heap_checking_on_all_deallocates
  319. 5 idx-2 _mapstore / _fmapstore
  320. :EVENTLIB.HTML Acorn C/C++: Chapter 9: The Event library
  321. 1 marker-803637 The Event library
  322. 4 idx-223 Introduction
  323. 4 idx-224 Registering and deregistering event handlers
  324. 4 marker-803653 Registering and deregistering message handlers
  325. 4 idx-225 Quitting applications
  326. 4 idx-226 Programmer interface
  327. 2 idx-227 Initialisation
  328. 4 37651 event_initialise
  329. 4 40327 event_set_mask
  330. 4 idx-228 event_get_mask
  331. 2 idx-229 Polling
  332. 4 82829 event_poll
  333. 4 12384 event_poll_idle
  334. 2 idx-230 Registering handlers
  335. 4 79301 event_register_wimp_handler
  336. 4 86387 event_register_toolbox_handler
  337. 4 52340 event_register_message_handler
  338. 4 66505 event_deregister_wimp_handler
  339. 4 29204 event_deregister_toolbox_handler
  340. 4 81401 event_deregister_message_handler
  341. 2 idx-231 Handlers
  342. 4 idx-232 WimpEventHandler
  343. 4 idx-233 ToolboxEventHandler
  344. 4 idx-234 WimpMessageHandler
  345. 2 idx-235 Example
  346. :WIMPLIB.HTML Acorn C/C++: Chapter 10: The Wimp library
  347. 1 marker-806234 The Wimp library
  348. 2 idx-345 Programmer interface
  349. 4 idx-346 wimp_add_messages
  350. 4 idx-347 wimp_base_of_sprites
  351. 4 idx-348 wimp_block_copy
  352. 4 idx-349 wimp_claim_free_memory
  353. 4 idx-350 wimp_close_down
  354. 4 idx-351 wimp_close_template
  355. 4 idx-352 wimp_close_window
  356. 4 idx-353 wimp_command_window
  357. 4 idx-354 wimp_create_icon
  358. 4 idx-355 wimp_create_menu, CloseMenu
  359. 4 idx-356 wimp_create_submenu
  360. 4 idx-357 wimp_create_window
  361. 4 idx-358 wimp_decode_menu
  362. 4 idx-359 wimp_delete_icon
  363. 4 idx-360 wimp_delete_window
  364. 4 idx-361 wimp_drag_box, CancelDrag
  365. 4 idx-362 wimp_extend
  366. 4 idx-363 wimp_force_redraw
  367. 4 idx-364 wimp_get_caret_position
  368. 4 idx-365 wimp_get_icon_state
  369. 4 idx-366 wimp_get_menu_state
  370. 4 idx-367 wimp_get_pointer_info
  371. 4 idx-368 wimp_get_rectangle
  372. 4 idx-369 wimp_get_window_info
  373. 4 idx-370 wimp_get_window_outline
  374. 4 idx-371 wimp_get_window_state
  375. 4 idx-372 wimp_initialise
  376. 4 idx-373 wimp_load_template
  377. 4 idx-374 wimp_open_template
  378. 4 idx-375 wimp_open_window
  379. 4 idx-376 wimp_plot_icon
  380. 4 idx-377 wimp_poll
  381. 4 idx-378 wimp_poll_idle
  382. 4 idx-379 wimp_process_key
  383. 4 idx-380 wimp_read_palette
  384. 4 idx-381 wimp_read_pix_trans
  385. 4 idx-382 wimp_read_sys_info, WimpSysInfo
  386. 4 idx-383 wimp_redraw_window
  387. 4 idx-384 wimp_register_filter
  388. 4 idx-385 wimp_remove_messages
  389. 4 idx-386 wimp_report_error
  390. 4 idx-387 wimp_resize_icon
  391. 4 idx-388 wimp_send_message
  392. 4 idx-389 wimp_set_caret_position
  393. 4 idx-390 wimp_set_colour, Wimp_BackgroundColour
  394. 4 idx-391 wimp_set_colour_mapping
  395. 4 idx-392 wimp_set_extent
  396. 4 idx-393 wimp_set_font_colours
  397. 4 idx-394 wimp_set_icon_state
  398. 4 idx-395 wimp_set_mode
  399. 4 idx-396 wimp_set_palette, Palette
  400. 4 idx-397 wimp_set_pointer_shape
  401. 4 idx-398 wimp_set_watchdog_state
  402. 4 idx-399 wimp_slot_size
  403. 4 idx-400 wimp_sprite_op, SpriteParams
  404. 4 idx-401 wimp_start_task
  405. 4 idx-402 wimp_text_colour
  406. 4 idx-403 wimp_text_op
  407. 4 idx-404 wimp_transfer_block
  408. 4 idx-405 wimp_update_window
  409. 4 idx-406 wimp_which_icon
  410. :TBOXLIB.HTML Acorn C/C++: Chapter 11: The Toolbox library
  411. 1 marker-806008 The Toolbox library
  412. :RENDLIB.HTML Acorn C/C++: Chapter 12: The Render library
  413. 1 marker-805959 The Render library
  414. :CPPIMPL.HTML Acorn C/C++: Chapter 13: C++ implementation details
  415. 1 35591 C++ implementation details
  416. 4 marker-804741 Translation Limits
  417. 4 marker-804719 Identifiers (2.3)
  418. 5 idx-4 Identifiers reserved by Release 3.0
  419. 4 marker-804727 Character Constants (2.5.2)
  420. 5 idx-5 Value of multicharacter constants
  421. 5 idx-6 Value of (single) character constants
  422. 5 idx-7 Wide character constants
  423. 4 marker-804766 Floating Constants (2.5.3)
  424. 5 idx-8 Long double floating constants
  425. 4 marker-804863 String Literals (2.5.4)
  426. 5 idx-9 Distinct string literals
  427. 5 idx-10 Wide character strings
  428. 4 idx-11 Start and Termination (3.4)
  429. 5 idx-12 Type of main()
  430. 5 idx-13 Linkage of main()
  431. 4 marker-804870 Fundamental Types (3.6.1)
  432. 5 idx-14 Signed integral types
  433. 5 idx-15 Long double type
  434. 5 idx-16 Alignment requirements
  435. 4 marker-804871 Integral Conversions (4.2)
  436. 5 idx-17 Conversion to a signed type
  437. 4 marker-804872 Expressions (5)
  438. 5 idx-18 Overflow and divide check
  439. 4 marker-804873 Function Call (5.2.2)
  440. 5 idx-19 Evaluation order
  441. 4 idx-20 Explicit Type Conversion (5.4)
  442. 5 marker-804874 Explicit conversions between pointer and integral types
  443. 4 marker-804875 Multiplicative Operators (5.6)
  444. 5 idx-21 Sign of the remainder
  445. 4 marker-804888 Shift Operators (5.8)
  446. 5 idx-22 Result of right shift
  447. 4 marker-804893 Relational Operators (5.9)
  448. 5 idx-23 Pointer comparisons
  449. 4 marker-804899 Storage Class Specifiers (7.1.1)
  450. 5 idx-24 Inline functions
  451. 4 marker-804901 Type Specifiers (7.1.6)
  452. 5 idx-25 Volatile
  453. 5 idx-26 Signed
  454. 4 idx-27 Asm Declarations (7.3)
  455. 5 marker-804902 Effect of an asm declaration
  456. 4 marker-804903 Linkage Specifications (7.4)
  457. 5 idx-28 Languages supported
  458. 5 idx-29 Linkage to functions
  459. 5 idx-30 Linkage to non-functions
  460. 4 marker-804909 Class Members (9.2)
  461. 5 idx-31 Allocation of non-static data members
  462. 4 marker-804905 Bitfields (9.6)
  463. 5 idx-32 Allocation and alignment of bitfields
  464. 5 idx-33 Sign of 'plain' bitfields
  465. 4 marker-804910 Multiple Base Classes (10.1)
  466. 5 idx-34 Allocation of base classes
  467. 4 marker-804911 Argument Matching (13.2)
  468. 5 idx-35 Integral arguments
  469. 4 marker-804912 Exception Handling (experimental) (15)
  470. 4 marker-804913 Predefined Names (16.10)
  471. 5 idx-36 Predefined macros
  472. :STRMLIB.HTML Acorn C/C++: Chapter 14: The Streams library
  473. 1 marker-810967 The Streams library
  474. 2 71594 Introduction
  475. 4 idx-268 Synopsis
  476. 4 idx-269 Description
  477. 5 idx-270 Core Classes
  478. 5 idx-271 Predefined streams
  479. 5 idx-272 Classes derived from streambuf
  480. 5 idx-273 Classes derived from istream, ostream, and iostream
  481. 4 idx-274 See also
  482. 2 65332 filebuf
  483. 4 idx-275 Synopsis
  484. 4 idx-276 Description
  485. 5 idx-277 Constructors
  486. 5 idx-278 Members
  487. 4 idx-279 See also
  488. 2 14485 fstream
  489. 4 idx-280 Synopsis
  490. 4 idx-281 Description
  491. 5 idx-282 Constructors
  492. 5 idx-283 Member functions
  493. 4 idx-284 See also
  494. 2 69905 ios
  495. 4 idx-285 Synopsis
  496. 4 idx-286 Description
  497. 5 idx-287 Constructors and assignment
  498. 5 69054 Error states
  499. 5 idx-288 Operators
  500. 5 53067 Formatting
  501. 5 idx-289 User-defined Format Flags
  502. 5 idx-290 Other members
  503. 5 27915 Built-in Manipulators
  504. 4 idx-291 See also
  505. 2 43085 istream
  506. 4 idx-292 Synopsis
  507. 4 idx-293 Description
  508. 5 idx-294 Constructors and assignment
  509. 5 idx-295 Input prefix function
  510. 5 marker-810973 Formatted input functions (extractors)
  511. 5 idx-296 Unformatted input functions
  512. 5 idx-297 Other members
  513. 5 idx-298 Member functions related to positioning
  514. 5 idx-299 Manipulator
  515. 4 idx-300 Caveats
  516. 4 idx-301 See also
  517. 2 marker-810975 manipulators
  518. 4 idx-302 Synopsis
  519. 4 idx-303 Description
  520. 4 idx-304 See also
  521. 2 12724 ostream
  522. 4 idx-305 Synopsis
  523. 4 idx-306 Description
  524. 5 idx-307 Constructors and assignment
  525. 5 idx-308 Output prefix function  
  526. 5 idx-309 Output suffix function
  527. 5 marker-810981 Formatted output functions (inserters)  
  528. 5 idx-310 Unformatted output functions
  529. 5 idx-311 Other member functions
  530. 5 idx-312 Positioning functions
  531. 5 idx-313 Manipulators
  532. 4 idx-314 See also
  533. 2 52502 stdiobuf
  534. 4 idx-315 Synopsis
  535. 4 idx-316 Description
  536. 4 idx-317 Caveats
  537. 4 idx-318 See also
  538. 2 29486 streambuf - protected
  539. 4 idx-319 Synopsis
  540. 4 idx-320 Description
  541. 5 idx-321 Constructors
  542. 5 idx-322 The Get, Put, and Reserver area
  543. 5 idx-323 Functions to examine the pointers  
  544. 5 idx-324 Functions for setting the pointers
  545. 5 idx-325 Other non-virtual members
  546. 5 idx-326 Virtual member functions
  547. 4 idx-327 See also
  548. 2 29225 streambuf - public
  549. 4 idx-328 Synopsis
  550. 4 idx-329 Description
  551. 4 idx-330 See also
  552. 2 98233 strstream
  553. 4 idx-331 Synopsis
  554. 4 idx-332 Description
  555. 5 idx-333 Constructors
  556. 5 idx-334 istrstream members
  557. 5 idx-335 ostrstream members  
  558. 5 idx-336 strstream members
  559. 4 idx-337 See also
  560. 2 29005 strstreambuf
  561. 4 idx-338 Synopsis
  562. 4 idx-339 Description
  563. 5 idx-340 Constructors
  564. 5 idx-341 Member functions
  565. 4 idx-342 See also
  566. :CMATHLIB.HTML Acorn C/C++: Chapter 15: The Complex Math library
  567. 1 marker-804521 The Complex Math library
  568. 2 75518 Introduction
  569. 4 idx-195 Synopsis
  570. 4 idx-196 Description
  571. 4 idx-197 Diagnostics
  572. 4 idx-198 See also
  573. 2 18674 cartesian/polar
  574. 4 idx-199 Synopsis
  575. 4 idx-200 Description
  576. 4 idx-201 See also
  577. 2 59367 complex_error
  578. 4 idx-202 Synopsis
  579. 4 idx-203 Description
  580. 4 idx-204 See also
  581. 2 61673 exp, log, pow, sqrt
  582. 4 idx-205 Synopsis
  583. 4 idx-206 Description
  584. 4 idx-207 Diagnostics
  585. 4 idx-208 See also
  586. 2 90883 complex operators
  587. 4 idx-209 Synopsis
  588. 4 idx-210 Description
  589. 5 idx-211 Arithmetic operators:
  590. 5 idx-212 Comparison operators
  591. 5 idx-213 Assignment operators
  592. 4 idx-214 Warning
  593. 4 idx-215 See also
  594. 2 96289 cplxtrig
  595. 4 idx-216 Synopsis
  596. 4 idx-217 Description
  597. 4 idx-218 Diagnostics
  598. 4 idx-219 See also
  599. :PORTABLE.HTML Acorn C/C++: Chapter 16: Portability
  600. 1 marker-803938 Portability
  601. 4 idx-251 General portability considerations
  602. 5 idx-252 Fundamental data types
  603. 5 idx-253 Byte ordering
  604. 5 idx-254 Store alignment
  605. 5 marker-803974 Pointers and pointer arithmetic
  606. 5 idx-255 Function argument evaluation
  607. 5 idx-256 System-specific code
  608. 4 idx-257 ANSI C vs K&R C
  609. 5 idx-258 Lexical elements
  610. 5 idx-259 Conversions
  611. 5 idx-260 Expressions
  612. 5 idx-261 Declarations
  613. 5 idx-262 Statements
  614. 5 idx-263 Preprocessor
  615. 4 idx-264 The ToPCC and ToANSI tools
  616. 4 marker-804053 pcc compatibility mode
  617. 5 idx-265 Language and preprocessor compatibility
  618. 5 idx-266 Standard headers and libraries
  619. 5 marker-803222 ctype.h
  620. 5 marker-803225 errno.h
  621. 5 marker-803229 math.h
  622. 5 marker-803233 signal.h
  623. 5 marker-803239 stdio.h
  624. 5 marker-803243 string.h
  625. 5 marker-803248 stdlib.h
  626. 5 marker-803251 float.h
  627. 5 marker-803254 limits.h
  628. 5 marker-803257 locale.h
  629. 4 idx-267 Environmental aspects
  630. :CPASM.HTML Acorn C/C++: Chapter 17: Assembly language interface
  631. 1 marker-803674 Assembly language interface
  632. 4 marker-803707 Register names
  633. 4 marker-803711 Register usage
  634. 4 idx-37 Control arrival
  635. 4 idx-38 Passing arguments
  636. 4 idx-39 Return link
  637. 4 idx-40 Structure results
  638. 4 marker-803867 Storage of variables
  639. 4 marker-803875 Function workspace
  640. 4 64199 Examples
  641. :WRITERM.HTML Acorn C/C++: Chapter 18: How to write relocatable modules in C
  642. 1 marker-804566 How to write relocatable modules in C
  643. 4 idx-407 Getting started
  644. 4 marker-804587 Constraints on modules written in C
  645. 4 idx-408 Overview of modules written in C
  646. 4 marker-804597 Functional components of modules written in C
  647. 5 idx-409 The C module header generator
  648. 5 idx-410 The format of input to CMHG
  649. 5 marker-804615 Runnable application code
  650. 5 marker-804715 Initialisation code
  651. 5 marker-804721 Finalisation code
  652. 5 marker-804727 Service call handler
  653. 5 marker-804733 Title string
  654. 5 marker-804739 Help string
  655. 5 marker-804745 Help and command keyword table
  656. 5 marker-804751 SWI chunk base number
  657. 5 marker-804757 SWI handler code
  658. 5 marker-804763 SWI decoding table
  659. 5 marker-804769 SWI decoding code
  660. 5 marker-804852 Turning interrupts on and off
  661. 5 marker-804775 IRQ handlers
  662. 5 marker-804781 Event handler
  663. 5 marker-804872 Library initialisation code
  664. :OVERLAYS.HTML Acorn C/C++: Chapter 19: Overlays
  665. 1 marker-803186 Overlays
  666. 4 idx-249 Paging vs overlays
  667. 4 idx-250 When to use overlays
  668. :NEWFEATS.HTML Acorn C/C++: Appendix A: Changes to the C compiler
  669. 1 98899 Changes to the C compiler
  670. :CERRORS.HTML Acorn C/C++: Appendix B: C errors and warnings
  671. 1 marker-557852 C errors and warnings
  672. 4 idx-65 Interpreting CC errors and warnings
  673. 4 idx-66 Warnings
  674. 5 idx-67 Warning messages
  675. 4 idx-68 Non-serious errors
  676. 4 idx-69 Serious errors
  677. 4 idx-70 Fatal errors
  678. 4 idx-71 System errors
  679. :CPPERROR.HTML Acorn C/C++: Appendix C: C++ errors and warnings
  680. 1 59262 C++ errors and warnings
  681. 3 idx-3 'Not implemented' messages
  682. =ANSILIB.HTML#idx-0 Extra functions
  683. =CLIB.HTML#marker-803045 assert.h
  684. =CLIB.HTML#marker-803051 ctype.h
  685. =CLIB.HTML#marker-804960 errno.h
  686. =CLIB.HTML#marker-803097 float.h
  687. =CLIB.HTML#marker-803103 limits.h
  688. =CLIB.HTML#marker-803123 locale.h
  689. =CLIB.HTML#marker-803141 math.h
  690. =CLIB.HTML#marker-805025 setjmp.h
  691. =CLIB.HTML#marker-805050 signal.h
  692. =CLIB.HTML#marker-805063 stdarg.h
  693. =CLIB.HTML#marker-805068 stddef.h
  694. =CLIB.HTML#marker-805098 stdio.h
  695. =CLIB.HTML#marker-803534 stdlib.h
  696. =CLIB.HTML#marker-805451 string.h
  697. =CLIB.HTML#marker-805609 time.h
  698. =CMATHLIB.HTML#75518 Introduction
  699. =CMATHLIB.HTML#18674 cartesian/polar
  700. =CMATHLIB.HTML#59367 complex_error
  701. =CMATHLIB.HTML#61673 exp, log, pow, sqrt
  702. =CMATHLIB.HTML#90883 complex operators
  703. =CMATHLIB.HTML#96289 cplxtrig
  704. =EVENTLIB.HTML#idx-227 Initialisation
  705. =EVENTLIB.HTML#idx-229 Polling
  706. =EVENTLIB.HTML#idx-230 Registering handlers
  707. =EVENTLIB.HTML#idx-231 Handlers
  708. =EVENTLIB.HTML#idx-235 Example
  709. =STRMLIB.HTML#71594 Introduction
  710. =STRMLIB.HTML#65332 filebuf
  711. =STRMLIB.HTML#14485 fstream
  712. =STRMLIB.HTML#69905 ios
  713. =STRMLIB.HTML#43085 istream
  714. =STRMLIB.HTML#marker-810975 manipulators
  715. =STRMLIB.HTML#12724 ostream
  716. =STRMLIB.HTML#52502 stdiobuf
  717. =STRMLIB.HTML#29486 streambuf - protected
  718. =STRMLIB.HTML#29225 streambuf - public
  719. =STRMLIB.HTML#98233 strstream
  720. =STRMLIB.HTML#29005 strstreambuf
  721. =WIMPLIB.HTML#idx-345 Programmer interface
  722.